home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if exist picprt.exe goto load
- echo.
- echo ***************************************************************
- echo PICprint facility has not been supplied with this copy
- echo of EASI-PLAN Pro in order to reduce disk space.
- echo.
- echo You will be returned to EASI-PLAN after you press any key
- echo.
- pause
- goto END
- :LOAD
- echo.
- echo ***************************************************************
- echo Loading PICprint - Please wait
- echo ***************************************************************
- picprt.exe
- goto END
- :END
-